python removing -n from string

36

python removing \n from string -

line = line.strip('\n')
line = line.strip('\t')

Comments

Submit
0 Comments